Use object sources and filters to tell a Draw Objects Render Pass which nodes in your Kanzi application you want to render. Root Object Source contains all nodes in the scene graph of the currently active Scene node.
When you create a new Draw Objects Render Pass, Kanzi Studio by default renders all nodes in the Scene or Viewport 2D node which uses the render pass.
Use Root Object Source with filters and Combine Object Source to render only specific nodes in your project and achieve the desired rendering effect. See Filters and Rendering.
Root Object Source does not have configurable properties.
Combine object source collects and combines nodes from one or more input sources.
To create a Combine Object Source:
To use a Combine Object Source:
For details, see the KzuCombinerObjectSource
class in the API reference.